Click or drag to resize

SipClientNatAddress Property

Gets or sets name or IP address of NAT device (for example router).

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public string NatAddress { get; set; }

Property Value

Type: String
The nat address.
Examples
The following code example set NatAddress property.
client.NatAddress = "84.101.102.103"; //set only IP address
or
client.NatAddress = "84.101.102.103:4567"; //set IP address and port (if different then local port)
See Also